home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 May & June / Amiga-CD 1997 #5-6.iso / emulatoren / pcxdemo / harddisk_installer < prev    next >
Text File  |  1997-03-27  |  1KB  |  62 lines

  1.  
  2. Assign >NIL: PCx_Install: :Emulatoren/PCXDemo/
  3. copy PCx_Install:lhex ram:
  4. makedir ram:PCx_Temp
  5. assign OurPC: ram:PCx_Temp
  6.  
  7. echo "Copying files to temporary storage..."
  8. echo
  9. copy >NIL: PCx_Install: OurPC: all
  10. copy >NIL: OurPC:iconx sys:c/
  11.  
  12. cd OurPC:PC_EMU/devs
  13.  
  14. echo "Decompressing Device Drivers..."
  15. echo
  16. ram:lhex -qf x devs.lha
  17. delete >NIL: #?.lha
  18.  
  19. echo "Decompressing AmigaGuide Documentation..."
  20. echo
  21. cd /documentation/
  22. ram:lhex -qf x docs.lha
  23. delete >NIL: #?.lha
  24.  
  25. echo "Decompressing Libraries..."
  26. echo
  27. cd /libs/
  28. ram:lhex -qf x libs.lha
  29. delete >NIL: #?.lha
  30.  
  31. echo "Decompressing Display Drivers..."
  32. echo
  33. cd /DisplayDrivers/
  34. ram:lhex -qf x displaydrivers.lha
  35. delete >NIL: #?.lha
  36.  
  37. echo "Decompressing PCx emulation files..."
  38. echo
  39. cd /
  40. ram:lhex -qf x PCx.lha
  41. ram:lhex -qf x PCsx.lha
  42. delete >NIL: #?.lha
  43.  
  44. echo "Decompressing PC Drivers..."
  45. echo
  46. cd OurPC:PC_UTILS/
  47. ram:lhex -qf x drvrs.lha
  48. delete >NIL: #?.lha
  49.  
  50. delete >NIL: ram:lhex
  51.  
  52. cd OurPC:
  53.  
  54. installer SCRIPT InstallerScript APPNAME "PCx Software Installer" MINUSER average DEFUSER average
  55. assign OurPC: remove
  56. echo " "
  57. echo "Cleaning up temporary installation storage..."
  58. echo
  59. cd ram:
  60. delete >NIL: PCx#? all
  61. Assign >NIL: PCx_install: remove
  62.